home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-newt.preinst < prev    next >
Text File  |  2009-09-25  |  279b  |  11 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. case "$1" in
  5.     install|upgrade)
  6.     mkdir -p /var/lib/pycentral
  7.     echo '# the presence of this file allows calling pkgremove on upgrade' \
  8.         > /var/lib/pycentral/python-newt.pkgremove
  9. esac
  10. # End automatically added section
  11.